Payment Handle
interface PaymentHandle
Representation of a payment process available immediately from PaymentManager.startPaymentActivity. Provides a way to interact with an ongoing payment, e.g. cancel it or select additionalPaymentMethods.
Types
Link copied to clipboard
Return values from PaymentHandle.cancel.
Functions
Link copied to clipboard
Cancels a pending payment, if one exists and can be canceled. In this case, the method returns CancelResult.CANCELED and the payment callbacks will be called with PaymentErrorCode.CANCELED to indicate the cancellation.
Link copied to clipboard
Searches for a specific additional payment method by its type.